($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD).
authorEli Zaretskii <eliz@gnu.org>
Wed, 7 Feb 2007 18:39:45 +0000 (18:39 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 7 Feb 2007 18:39:45 +0000 (18:39 +0000)
src/makefile.w32-in

index c796a52fe2cd75d64a9717d2340d250db44eb2ff..9f5783c2ab3d872ad760c27baea6d824c7251d5e 100644 (file)
@@ -210,7 +210,7 @@ bootstrap-clean:
 # The resource file.  NT 3.10 requires the use of cvtres; even though
 # it is not necessary on later versions, it is still ok to use it.
 #
-$(TRES): ../nt/emacs.rc
+$(TRES): ../nt/emacs.rc stamp_BLD
        $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS)
 
 #